home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bexe_240.arc / SAMPLE.TPL < prev   
Text File  |  1990-07-13  |  3KB  |  95 lines

  1. %;
  2. %; Sample File Request Failure Template File for BinkleyTerm 2.40
  3. %;
  4. %; The commands available to you are as follows:
  5. %;
  6. %; %;                   In column 1, entire line is a comment, pass nothing
  7. %;                      on; in any other column, ignore remainder of line.
  8. %;                      To send a blank line, <space>%; will suffice.
  9. %;
  10. %; %abort               Don't send a response file.
  11. %;
  12. %; %abort <number>      If <number> matches the status value, don't send
  13. %;                      a response file.
  14. %;
  15. %; %exit                Close the response file and send it as-is.
  16. %;
  17. %; %exit <number>       If <number> matches the status value, close the
  18. %;                      response file and send it as-is.
  19. %;
  20. %; %text <number> text  When %status is seen, substitute remaining text
  21. %;                      on line if status is <number>. '%' substitution
  22. %;                      is allowed within the text if desired. Current
  23. %;                      valid status values are:
  24. %;
  25. %;                      1 = file not found,
  26. %;                      2 = no update necessary,
  27. %;                      3 = password missing or wrong
  28. %;                      4 = file request limit exceeded
  29. %;                      5 = start of no-requests-honored event
  30. %;                      6 = file would exceed request byte limit
  31. %;                      9 = successful file request
  32. %;
  33. %; %line <number> text  If <number> matches the status value, the text
  34. %;                      will be copied to the .RSP file.
  35. %;
  36. %; %date                Text for current local date.
  37. %;
  38. %; %time                Text for current local time.
  39. %;
  40. %; %bink                Text for "BinkleyTerm (current version)."
  41. %;
  42. %; %mynode              Text for "my" node address.
  43. %;
  44. %; %system              Text for system name.
  45. %;
  46. %; %sysop               Text for sysop name.
  47. %;
  48. %; %yrnode              Text for "your" node address.
  49. %;
  50. %; %request             Actual line in .REQ file which failed.
  51. %;
  52. %; %status              Text which you have defined for failure status.
  53. %;
  54. %; All other text, including % characters which are not followed by
  55. %; recognized keywords, will be copied verbatim to the response file.
  56. %;
  57. %; NOTE: If you play games with the % character, you may get hurt in
  58. %; future versions of BinkleyTerm. It is STRONGLY RECOMMENDED that you
  59. %; not tempt fate by messing with that character.
  60. %;
  61. %abort 9
  62. %;
  63. %text 1 the requested file was not found
  64. %text 2 no update was necessary to your file(s)
  65. %text 3 the password associated with the file did not match yours
  66. %text 4 your request exceeded the preset file limits on this system
  67. %text 5 an event has started which doesn't honor requests
  68. %text 6 your request exceeded the preset byte limits on this system
  69. %;
  70.  
  71. Node %mynode           %bink            %date  %time
  72.  
  73.  
  74. %system was unable to complete a file request made by
  75. your system, %yrnode, at this time. The request which failed was:
  76.  
  77. %request
  78.  
  79. The reason that the request was not satisfied at this time is that
  80. %status.
  81.  
  82. %line 1 For a complete list of the files available on this board, you may
  83. %line 1 request FILES and you will be sent a list.
  84.  
  85. Please feel free to contact %sysop at %mynode if you feel that
  86. this request should have been satisfied, or correct and resubmit your
  87. request if necessary.
  88.  
  89.  
  90.  
  91. Thank you for your patience.
  92.  
  93. %sysop, System Operator
  94. %system, %mynode
  95.